This is version 1.1 of the Java PSP Makefile Creator.
This is intended to create makefiles that are talored to psp programming.

Features include:
- Multiplatform for all operating systems that use java.
-- E.G. Linux, Windows, and Mac.
- Real time update and preview of makefile.
- Adjustable views of preview and entries.
- Save the makefile where you want.
- Some tooltips of entries:
-- OBJS
-- LIBS
-- PSP_EBOOT_TITLE
-- PSP_EBOOT_ICON
-- PSP_EBOOT_PIC1
-- LDFLAGS
- Ability to add library entries to the LIB entry.
-- Scanning of library directory that user chooses.

Features to come:
- Loading of makefiles (may not work with all makefiles, such as the ones created for luaplayer.)(Will take a few versions).

Note:
I have no idea if the "start JPMC.sh" will work for mac or if it will work correctly for linux.
If you are having problems, open bash or a command prompt to the folder where the jar file is and execute "java -jar Java_PSP_Makefile_Creator.jar".
On windows, you most likely can just double click the jar file to execute the program.

Change log:
Version 1.1:
- added library dialog.
-- has ability to scan, parse, and display library directory and its contents when user chooses a library directory.
- added entries PSP_EBOOT_ICON and PSP_EBOOT_PIC1 (users can choose to add the entries or not).
- added tooltips to LDFLAGS, PSP_EBOOT_ICON, and PSP_EBOOT_PIC1.
- changed BUILD_PRX to combo box where user can choose to hide the entry in the makefile or have it set to BUILD_PRX=0 or BUILD_PRX=1.
- moved PRX_EXPORT to it's own entry and gave users the choice to add the entry in the makefile.
- adjusted Thread.sleep(1) to Thread.sleep(100) to have program use less processor resources.

Version 1.0:
- First version release.